pp108 : onresponse Event (System)

onresponse Event (System)


This event is fired when a SOAP response is received by the backend.

Syntax

Inline HTML

<eibus:system id="system" onresponse="handler()"...>

Event property

system.addListener("onresponse", handler)


Event Information

To invoke

N/A.

Default Action

Initiates any action associated with this event.


Event Object Properties


Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.

Property

Description

returnValue

Boolean that denotes one of the following values:

  • true (Default) - Call back method is called when the response is received from the Web server.
  • false - Call back method call is cancelled by the user.

soapTransaction

Read-only. Object that contains the SOAP transaction that is returned from the Web server.


Remarks


The call back method will be provided as an input by the component that uses the system component's send method. The busdataisland will send the call back method for putting the value for the data property of the busdataisland.

See Also


system, soapTransaction, onresponse